翻訳と辞書
Words near each other
・ Iira
・ Iira Laatunen
・ Iira Soni
・ Iiris
・ Iiro Aalto
・ Iiro Järvi
・ Iiro Luoto
・ Iiro Pakarinen
・ Iiro Rantala
・ Iiro Seppänen
・ Iiro Sopanen
・ Iiro Tarkki
・ Iiro Viinanen
・ IIRS
・ IIS
IIS Metabase
・ Iisa Pa Lamang
・ Iisak Mylläri
・ Iisakki Hoikka
・ Iisakki Nikkola
・ Iisaku
・ Iisaku Parish
・ Iisalmen serkku ja muita kertomuksia
・ Iisalmi
・ Iisalmi Airfield
・ Iisalmi railway station
・ Iisang Bangka Tayo
・ IISCO Steel Plant
・ IISD
・ IISH


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

IIS Metabase : ウィキペディア英語版
IIS Metabase

Microsoft's Internet Information Services stores its information in an internal database called the MetaBase. The metabase is an inheritable, hierarchical database that allows for configuration of HTTP/HTTPS, FTP, SMTP, and NNTP at the server, the site, or the folder or file level. Different versions of IIS use different formats; prior to IIS version 6 this was always a proprietary format, whereas with 6.0 and later the data is stored in XML files. The metabase consists of two files, MetaBase.xml and MBSchema.xml, stored in the %SystemRoot%\system32\inetsrv\ directory. The metabase periodically gets backed up to the MetaBack subdirectory.
When Internet Information Service starts, it reads the two metabase files to create an in-memory cache of the web server's configuration, which is referred to as the ''in-memory metabase''. Changes to the IIS configuration via the IIS Manager or programmatic changes get written to the in-memory metabase, then are persisted to the on-disk MetaBase.xml file after a number of changes.
Internet Information Services' central metabase is eliminated in IIS version 7 in favor of a set of XML configuration files that are located centrally in the Machine.config and ApplicationHost.config files and within the web site's infrastructure using web.config files. This allows for easy synchronization of web sites across servers by including all configuration information within the web site's root directory.
== Metabase administration ==
The IIS Manager interface, an MMC-based administration console, is the primary means of modifying the Metabase. IIS also optionally provides a web-based administration console. The XML files are human-readable, and when the ''Allow direct metabase edits'' feature is turned on (not recommended by Microsoft) it can be viewed and edited with simple text editing software like Notepad.
The Metabase is also programmable through several APIs - Admin Base Objects (ABO), Active Directory Services Interface (ADSI), Windows Management Instrumentation (WMI), and the .NET Framework's System.DirectoryServices.
The Metabase can also be administered using the Metabase Explorer tool which is part of the (Internet Information Services (IIS) 6.0 Resource Kit Tools )

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「IIS Metabase」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.